home *** CD-ROM | disk | FTP | other *** search
INI File | 2008-06-04 | 803 b | 45 lines |
- [MultiHighlight]
- Syntax=
- File=
-
- [Comment]
- 1=*************************************************************
- 2=<b>Syntax: HLA (High Level Assembler)</b>
- 3=<b>Author: Rickard Johansson</b>
- 4=<b>Version: 1.0</b>
- 5=<b>Date: 2006-04-02</b>
- 6=
- 7=<b>Recommended colors:</b>
- 8=Settings file included.
- 9=*************************************************************
-
- [Sample]
- 1=program SomeCode;
- 2=#include("stdlib.bhf")
- 3=
- 4=var
- 5=i32: int32;
- 6=ColCnt: int8;
- 7=
- 8=begin SomeCode;
- 9=
- 10=mov(96, i32);
- 11=fstp( (type Variant [esi - @size( Variant )]).r );
- 12=mov( Real_c, al );
- 13=
- 14=while(i32 > 0) do
- 15=if(ColCnt = 8) then
- 16=stdout.newln();
- 17=mov(0, ColCnt);
- 18=endif;
- 19=...
- 20=add)1, ColCnt);
- 21=endwhile;
- 22=
- 23=stdout.put(nl);
- 24=
- 25=end SomeCode;
- 26=
- 27=
-
-